/*-----------Header1, topheader.jsp, ((logo, cart, login))-----------------*/

#header1Container {
  background-color: #FFFFFF; 
  width: 100%;
  color: #000000 !important;
}  /* Middle of the languagebar.jsp ((logo, cart, login))*/

#header1Wrapper{
background-color: #FFFFFF !important;
color: #000000 !important;
} /* sides of languagebar.jsp ((logo, cart, login))*/

#cartInfo .glyphicon-shopping-cart{
  color: #500000 !important; /* cart color*/ 
}

#loginDropdownMenuLink{
  color: #000000 !important; /*Login link color*/
  font-size: 15px !important;
  font-weight: 400;
}

#logoutLinkWrapper{
  color: #000000 !important; 
  font-size: 15px !important;
  font-weight: 400;
}

.headerProfileLink{
  color: #000000 !important; 
  font-size: 15px !important;
  font-weight: 400;
}

#loginNameWrapper {
  color: #000000 !important; 
  font-size: 15px !important;
  font-weight: 400;
}

.headerStudentLoginLogoutLink{
  color: #000000 !important; 
  font-size: 15px !important;
  font-weight: 400;
}

/*----------------------------------------------------------------------------*/

/*-------------------------Global nav, globalNavigationEmbeddable.jsp ------------------------------*/ 
#header3Container{
display: flex;
justify-content: center;
background-color: #500000 !important;
} /* align nav items to the right */

#header3Wrapper{
/*padding-bottom: 10px;    space between global nav and the body content*/
  background-color: #500000  !important;
}

#globalNavigationBar{
    background-color: #500000 !important;
    } /* change the color of the center of the navbar that is now aligned to the right*/

.nav-item {
font-size: 17px !important; /* global nav item font size */
font-weight: 400;
font-family: 'Open Sans', sans-serif;
}

.navbar-light .navbar-nav .nav-link{
  color: #FFFFFF !important;
  font-family: 'Open Sans', sans-serif;
  } /* Color of navbar items/links */

/*----------------------------------------------------------------------------------*/

/*----------------------Footer, bottomNavigation.jsp------------------------------------------------------*/
   
footer {
  background-color: #500000;
  color: #FFFFFF !important;
  padding: 20px;
}


#footer-info {
  line-height: 18px;
}

#footer2Sub2{
  height: 65px; /*footer 1 sub 1 height**/
}

#footer1Wrapper{
  height: 280px; /*Whole footer height **/
}
/*----------------------------------------------------------------------------------*/


#sidebar1Module1{
color: #FFFFFF !important;
}
#sidebar1Wrapper{

background-color: #4F001A;
  
}
.nav-pills{
  color: #FFFFFF !important;
}

footer a {
  color: #FFFFFF !important;
}


footer > a {
  color: #FFFFFF !important;
}*/

 #variableContentBlockPG0156{
   color: #FFFFFF !important;  
   font-size: 18px !important;  
   font-weight: 500 !important;  
   padding-top: 35px !important;  
   padding-bottom: 20px !important;  
   display: flex;
   -ms-flex-align: center;
}

.conferencePreviewHeaderWrapper,
.conferencePreviewHeaderWrapper .form-text {
   color: #000000 !important;
}

.conferenceModule #header1 
.headerConfPreviewMenuDropdownLink {
  color: #000 !important;
}

 /*--------------------- Student and Instructor Portal Menu ------------------------------------------------------*/
 #studentMenu a:link {
  color: white
}

#studentMenu a:visited {
  color: white
}

#studentMenu a:hover {
  color: gray
}

#instructorMenu a:link {
  color: white
}

#instructorMenu a:visited {
  color: white
}

#instructorMenu a:hover {
  color: gray
}

#studentMenu .menuLink.nav-link {
  background-color: #500000;
}

#studentMenu a.nav-link.active {
  background-color: #670526;
}

#instructorMenu .menuLink.nav-link {
  background-color: #500000;
}

#instructorMenu a.nav-link.active {
  background-color: #670526;
}